Hệ thống bổ nhiệm bác sĩ trong PHP bằng mã nguồn

1 <!DOCTYPE html>
2 <html>
3 <head>
4     <meta charset=
"utf-8">
5     <meta http-equiv=
"X-UA-Compatible" content="IE=edge">
6     <title>medical management system</title>
7     <link rel=
"stylesheet" href="css/bootstrap.min.css">
8     <link rel=
"stylesheet" href="style.css">
9 </head>
10 <body>
11
12
13     <?php
14         $_SESSION[
"username"]="";
15         $_SESSION[
"password"]="";
16
17         $_SESSION[
'adminstatus']="";
18               header(
"location:../index.php");
19
20      ?>
21  <?php include(
'footer.php'); ?>
22
23
24 </body>
25 </html>


Gõ tìm kiếm nhanh...